StandardOutputStream.WriteLine Method

Writes data to the output stream. WriteLine appends the NewLine character to data.

Syntax

StandardOutputStream.WriteLine data

Parameters

data

String

Notes